home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFORGSMP / TFORGSMP.txt
Text File  |  2006-04-19  |  2KB  |  97 lines

  1. object fOrgSmp: TfOrgSmp
  2.   Left = 204
  3.   Top = 159
  4.   Width = 469
  5.   Height = 375
  6.   Color = clBtnFace
  7.   Constraints.MinHeight = 240
  8.   Constraints.MinWidth = 320
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lbSamples: TListBox
  20.     Left = 0
  21.     Top = 0
  22.     Width = 461
  23.     Height = 297
  24.     HelpContext = 4880
  25.     Align = alClient
  26.     ItemHeight = 13
  27.     TabOrder = 0
  28.     OnClick = lbSamplesClick
  29.   end
  30.   object pnlBottom: TPanel
  31.     Left = 0
  32.     Top = 297
  33.     Width = 461
  34.     Height = 44
  35.     Align = alBottom
  36.     BevelOuter = bvNone
  37.     TabOrder = 1
  38.     object btnAdd: TButton
  39.       Left = 8
  40.       Top = 8
  41.       Width = 72
  42.       Height = 22
  43.       HelpContext = 4890
  44.       TabOrder = 0
  45.       OnClick = btnAddClick
  46.     end
  47.     object btnDelete: TButton
  48.       Left = 169
  49.       Top = 8
  50.       Width = 72
  51.       Height = 22
  52.       HelpContext = 4910
  53.       Enabled = False
  54.       TabOrder = 1
  55.       OnClick = btnDeleteClick
  56.     end
  57.     object btnRename: TButton
  58.       Left = 89
  59.       Top = 8
  60.       Width = 72
  61.       Height = 22
  62.       HelpContext = 4900
  63.       Enabled = False
  64.       TabOrder = 2
  65.       OnClick = btnRenameClick
  66.     end
  67.     object Panel1: TPanel
  68.       Left = 296
  69.       Top = 0
  70.       Width = 165
  71.       Height = 44
  72.       Align = alRight
  73.       BevelOuter = bvNone
  74.       TabOrder = 3
  75.       object btnClose: TButton
  76.         Left = 7
  77.         Top = 8
  78.         Width = 72
  79.         Height = 22
  80.         HelpContext = 878
  81.         Cancel = True
  82.         Default = True
  83.         ModalResult = 1
  84.         TabOrder = 0
  85.       end
  86.     end
  87.     object BtnHelp: TButton
  88.       Left = 382
  89.       Top = 8
  90.       Width = 72
  91.       Height = 22
  92.       TabOrder = 4
  93.       OnClick = BtnHelpClick
  94.     end
  95.   end
  96. end
  97.